home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 January / enter-2004-01.iso / files / maxima-5.9.0.exe / {app} / include / varargs.h < prev   
Encoding:
C/C++ Source or Header  |  2003-02-09  |  186 b   |  8 lines

  1. /*
  2.  * This is just an RC_INVOKED guard for the real varargs.h
  3.  * fixincluded in gcc system dir.  One day we will delete this file.
  4.  */
  5. #ifndef RC_INVOKED
  6. #include_next<varargs.h>
  7. #endif
  8.